home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMASKDIALOG / TMASKDIALOG.txt
Text File  |  2004-10-12  |  2KB  |  101 lines

  1. object MaskDialog: TMaskDialog
  2.   Left = 200
  3.   Top = 132
  4.   HelpContext = 14507
  5.   ActiveControl = eMask
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = '-'
  9.   ClientHeight = 152
  10.   ClientWidth = 337
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lCurMask: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 62
  26.     Height = 13
  27.     Caption = '&Current mask'
  28.     FocusControl = eCurMask
  29.   end
  30.   object lMailbox: TLabel
  31.     Left = 8
  32.     Top = 60
  33.     Width = 39
  34.     Height = 13
  35.     Caption = '&Mailbox:'
  36.     FocusControl = eBox
  37.   end
  38.   object lMask: TLabel
  39.     Left = 8
  40.     Top = 92
  41.     Width = 29
  42.     Height = 13
  43.     Caption = 'M&ask:'
  44.     FocusControl = eMask
  45.   end
  46.   object eCurMask: TEdit
  47.     Left = 8
  48.     Top = 24
  49.     Width = 321
  50.     Height = 21
  51.     Color = clBtnFace
  52.     ReadOnly = True
  53.     TabOrder = 0
  54.   end
  55.   object eMask: TEdit
  56.     Left = 80
  57.     Top = 88
  58.     Width = 249
  59.     Height = 21
  60.     TabOrder = 2
  61.   end
  62.   object bOK: TButton
  63.     Left = 80
  64.     Top = 120
  65.     Width = 75
  66.     Height = 25
  67.     Caption = '&OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 3
  71.   end
  72.   object bCancel: TButton
  73.     Left = 168
  74.     Top = 120
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 4
  81.   end
  82.   object bHelp: TButton
  83.     Left = 256
  84.     Top = 120
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&Help'
  88.     TabOrder = 5
  89.     OnClick = bHelpClick
  90.   end
  91.   object eBox: TComboBox
  92.     Left = 80
  93.     Top = 56
  94.     Width = 249
  95.     Height = 21
  96.     ItemHeight = 13
  97.     Sorted = True
  98.     TabOrder = 1
  99.   end
  100. end
  101.